PrintDocument for WinForms
UserCellGroup コンストラクタ(Rectangle[])


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroup クラス > UserCellGroup コンストラクタ : UserCellGroup コンストラクタ(Rectangle[])
The list of rectangular areas to include in the group, each area is identified by a System.Drawing.Rectangle structure as follows:
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas, in the group.
シンタックス
'宣言
 
Public Function New( _
   ByVal ParamArray ranges() As System.Drawing.Rectangle _
)
'使用法
 
Dim ranges() As System.Drawing.Rectangle
 
Dim instance As New UserCellGroup(ranges)
public UserCellGroup( 
   params System.Drawing.Rectangle[] ranges
)

パラメータ

ranges
The list of rectangular areas to include in the group, each area is identified by a System.Drawing.Rectangle structure as follows:
  • System.Drawing.Rectangle.X is the column index of the top left cell;
  • System.Drawing.Rectangle.Y is the row index of the top left cell;
  • System.Drawing.Rectangle.Width is the number of columns;
  • System.Drawing.Rectangle.X is the number of rows.
参照

UserCellGroup クラス
UserCellGroup メンバ
オーバーロード一覧